home *** CD-ROM | disk | FTP | other *** search
/ PC Electronic Plus / PC Electronics Plus (Most Significant Bits)(1995).ISO / fed.doc < prev    next >
Text File  |  1995-07-07  |  8KB  |  172 lines

  1.  
  2.    FED 1.14 (Form Editor, Filler, and Printer)
  3.  
  4.    Usage: FED [DRIVE:\PATH\FILENAME] [ONLY]
  5.  
  6.    A flexible and easy-to-use form filler program. Create a form with any
  7.    text editor, then use FED to fill it out and print it. If the command
  8.    line is empty or a directory is entered without a file name or there
  9.    are wild card characters (* or ?) in the file name, FED will pop up a
  10.    list of files to choose from. Wild card characters will restrict what
  11.    files are displayed in the list. If the keyword ONLY is specified after
  12.    the file name you will not be able to choose another file from inside
  13.    the program.
  14.  
  15.    The file name entered on the command line is a standard ASCII text file.
  16.    FED uses the file as a form with input fields designated by a series of
  17.    underlines (underscores) with a leading space. The user will be able to
  18.    enter text into these fields. The form can be printed or saved to a file
  19.    with the information that was entered into the fields. The input file
  20.    itself is not changed unless you overwrite it when saving to a file.
  21.  
  22.    There are three types of files you can save: a standard Text File that
  23.    is similar to the printed output, a special Form File that contains the
  24.    form and field information, and a Data File that contains the fields
  25.    only. The Form File can be read back into the FED program any time with
  26.    the information entered into the fields still in place. This is a way
  27.    to place defaults into the form. You will be able to add, change, and
  28.    delete information in the fields and also print it and save the changes.
  29.  
  30.    The Data File saves the data in fields but not the actual form. You have
  31.    a choice of three types of data files: One field written per line, fixed
  32.    length fields written as one record, and character delimited fields. The
  33.    type that has one field per line is actually a text file because each
  34.    field ends with a carriage return and a line feed. The fixed length file
  35.    writes each field, one after another, space filled so that the length of
  36.    each field matches the field length in the form. The delimited data file
  37.    allows a <tab> or other character to be written between each field in
  38.    the file.
  39.  
  40.    NOTE: When printing a form to a printer, field underlines (underscores)
  41.    will not be printed. Only the actual data in the field will print with
  42.    blanks filling any unused portion of the field. The rest of the form
  43.    prints as you see it on the screen, except text inside square brackets.
  44.    Square brackets and anything between the left and right bracket will be
  45.    treated as form comments and will not print. This feature can be used
  46.    to print field data to preprinted forms.
  47.  
  48.    These are the file and input field limits of the form editor program:
  49.    Maximum number of records (lines) in the form (file): 800
  50.    Maximum number of characters displayed from one line: 80
  51.    Maximum number of input fields on one screen (24 lines): 120
  52.    Maximum number of input fields in complete form: 2000
  53.  
  54.    MOUSE:
  55.    Press left button on an input field to move the cursor there.
  56.    Press left button on an action on the bottom line to perform it.
  57.    Press the right botton to cancel (same as Escape key).
  58.  
  59.    KEYBOARD:
  60.    F1:  Display the help window.
  61.    F2:  Print or Save the form as displayed.
  62.    F3:  Exit to DOS after user confirmation.
  63.    Ctrl-PgUp:  Go to top of form.
  64.    Ctrl-PgDn:  Go to end of form.
  65.    PgUp:  Go to prior screen.
  66.    PgDn:  Go to next screen.
  67.    Back-Tab:  Go to prior input field.
  68.    Tab or Enter:  Go to next input field.
  69.    Up-Arrow:  Go to prior line.
  70.    Down-Arrow:  Go to next line.
  71.    Left-Arrow:  Go to prior character in an input field.
  72.    Right-Arrow:  Go to the next character in an input field.
  73.    Home:  Go to the beginning (left-most character) of an input field.
  74.    End:  Go to the end (right-most character) of an input field.
  75.    Ctrl-Home:  Erase from the cursor to the beginning of the input field.
  76.    Ctrl-End:  Erase from the cursor to the end of the input field.
  77.    Ctrl-BackSpace:  Erase the entire input field.
  78.    BackSpace:  Erase the character to the left of the cursor in a field.
  79.    Delete:  Erase the character at the cursor in an input field.
  80.    Ctrl-U:  Undo changes made to the current input field.
  81.    Ctrl-S:  Save the entire input field to a buffer.
  82.    Ctrl-W:  Write the buffer to the cursor position in an input field.
  83.    Insert:  Alternate between overwrite and insert mode.
  84.    Escape:  Clear all fields, choose another form, or quit the program.
  85.  
  86.  ==========================================================================
  87.  
  88.         Example of an input field and non-printing comments in a form:
  89.  
  90.    This is constant text that can't be change: _____________ <--INPUT FIELD
  91.                                                (underscores)
  92.  
  93.         The text inside the brackets [and the brackets] will not print!
  94.  
  95.    When the above line is printed, it will look like this:
  96.  
  97.         The text inside the brackets                    will not print!
  98.  
  99.         (The opening and closing brackets must appear on the same line)
  100.  
  101.  ==========================================================================
  102.  
  103.    FED (tm)
  104.    Copyright (c) 1993-1995 by Jim Hass
  105.  
  106.    Member of the Association of Shareware Professionals <ASP>
  107.    Member of the Shareware Trade Association and Resources   {STAR}
  108.    Member of the Association of Shareware Authors and Distributors [ASAD]
  109.  
  110.    Credit card orders: (216) 659-9489
  111.  
  112.    eMail: CompuServe (CIS) 73057,3113
  113.    Internet 73057.3113@compuserve.com
  114.  
  115.  
  116.                         FED Registration & Order Form
  117.  
  118.  MicroFox Company                           Date __________________________
  119.  PO Box 447
  120.  Richfield OH 44286-0447                    Telephone Orders (216) 659-9489
  121.  USA                                            CompuServe Mail: 73057,3113
  122.  
  123.  
  124.  FED Registration   $15.00 U.S. each    Quantity _____    Amount __________
  125.  
  126.  Multi-User Licenses (check one)
  127.  
  128.  10-User   100-User   500-User   1000-User   Unlimited    Amount __________
  129.  $70 ___   $240 ___   $410 ___   $580 ___    $750 ___
  130.  
  131.  Please include Shipping Charges  $2 USA,  $3 Canada,  $5 Others __________
  132.  
  133.                            Ohio residents:
  134.  SubTotal __________       6.25% Sales Tax _________       TOTAL __________
  135.  
  136. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
  137.  
  138.  VISA or MasterCard (EuroCard/Access) Number ______________________________
  139.  
  140.  Expiration Date ________ Signature:_______________________________________
  141.  
  142. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
  143.  
  144.  Name __________________________________________ Phone ____________________
  145.  
  146.  Address __________________________________________________________________
  147.  
  148.  __________________________________________________________________________
  149.  
  150.  __________________________________________________________________________
  151.  
  152.  __________________________________________________________________________
  153.  
  154.  NOTE 1. All prices are in U.S. dollars.
  155.       2. Remember to include shipping charges on all orders.
  156.       3. Ohio residents, add the state sales tax to the total amount.
  157.       4. If paying by credit card, specify the expiration date and sign it.
  158.       5. if paying by check, make it payable to MicroFox Company.
  159.          USA or Canada:  Make checks in U.S. Dollars or equivalent Canadian
  160.          Dollars.  Other countries: make cheques in your own currency equal
  161.          to the U.S. amount.  Do -NOT- send cheques in U.S. Dollars if they
  162.          not drawn on a U.S. or Canadian bank.
  163. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
  164.  
  165.                           Comments or Suggestions
  166.  
  167.  __________________________________________________________________________
  168.  
  169.  __________________________________________________________________________
  170.  
  171.  __________________________________________________________________________
  172.